render: Overhaul gtk_render_handle()
authorBenjamin Otte <otte@redhat.com>
Tue, 7 Oct 2014 21:50:33 +0000 (23:50 +0200)
committerBenjamin Otte <otte@redhat.com>
Wed, 8 Oct 2014 03:20:30 +0000 (05:20 +0200)
commit3c50c0988ae8b2713f86d0533b64527dae6c2168
tree8defce0a4b0e5ea333665bfb444838f41b3708d1
parentc39bd623f648dab0da290fbe9b3a3bafde20fd21
render: Overhaul gtk_render_handle()

The code did weird things with drawing backgrounds sometimes but not
really. Now it does this:

(1) render a background
(2) render a frame
(3) render an icon
    - if no icon exists, draw the generic handle icon
gtk/gtkrender.c